KREDOR Business Object Framework Documentation

SelectFrom<T>.Top Method 

Returns a SelectFrom`1 instance specifying the number of rows (objects) to return. Requires OrderBy(identityColumnName).

public static SelectFrom<T> Top(
   Int32 number
);

Parameters

Int32
The number of rows (objects) to return.

Return Value

A SelectFrom instance specifying how many rows (objects) to return.

See Also

SelectFrom<T> Class | Kredor.BO Namespace | ArrayList